mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
78a3451c03
# Conflicts: # .gitignore # requirements.txt # sherlock.py
13 lines
186 B
Text
13 lines
186 B
Text
# Virtual Environment
|
|
venv/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Output files, except requirements.txt
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
*.csv
|