mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 16:47:57 +00:00
35 lines
393 B
Text
35 lines
393 B
Text
# Virtual Environment
|
|
venv/
|
|
|
|
# Editor Configurations
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Pip
|
|
src/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Output files, except requirements.txt
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
*.csv
|
|
|
|
#XLSX Reports
|
|
*.xlsx
|
|
|
|
# Excluded sites list
|
|
tests/.excluded_sites
|
|
|
|
# MacOS Folder Metadata File
|
|
.DS_Store
|
|
|
|
# Vim swap files
|
|
*.swp
|