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