sherlock/.gitignore

48 lines
519 B
Text
Raw Normal View History

2024-05-17 20:02:14 -04:00
# Virtual Environments
venv/
2023-08-29 13:13:31 +02:00
bin/
lib/
pyvenv.cfg
2024-05-17 20:02:14 -04:00
poetry.lock
2024-06-24 15:21:15 -04:00
# Regression Testing
.coverage
.tox/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
2024-05-17 21:29:52 -04:00
# Devel, Build, and Installation
2024-05-11 00:27:48 -04:00
*.egg-info/
2024-05-17 21:29:52 -04:00
dist/**
2024-05-11 00:27:48 -04:00
# Jupyter Notebook
.ipynb_checkpoints
2018-12-26 13:29:26 +01:00
*.ipynb
# Output files, except requirements.txt
2018-12-25 13:14:31 -05:00
*.txt
!requirements.txt
2018-12-25 13:14:31 -05: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 21:13:19 +02:00
# Vim swap files
*.swp