sherlock/.gitignore

24 lines
290 B
Text
Raw Normal View History

# Virtual Environment
venv/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# 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
# MacOS Folder Metadata File
.DS_Store