sherlock/.gitignore

39 lines
414 B
Text
Raw Normal View History

# Virtual Environment
venv/
2023-08-29 11:13:31 +00:00
bin/
lib/
pyvenv.cfg
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
# Jupyter Notebook
.ipynb_checkpoints
2018-12-26 12:29:26 +00:00
*.ipynb
# Output files, except requirements.txt
2018-12-25 18:14:31 +00:00
*.txt
!requirements.txt
2018-12-25 18:14:31 +00:00
# Comma-Separated Values (CSV) Reports
*.csv
#XLSX Reports
*.xlsx
# Excluded sites list
tests/.excluded_sites
# MacOS Folder Metadata File
.DS_Store
2020-09-02 19:13:19 +00:00
# Vim swap files
*.swp