mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 16:47:57 +00:00
19 lines
228 B
Text
19 lines
228 B
Text
# Virtual Environment
|
|
venv/
|
|
|
|
# vscode
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Output files, except requirements.txt
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
*.csv
|