sherlock/.gitignore

48 lines
519 B
Text
Raw Normal View History

2024-05-18 00:02:14 +00:00
# Virtual Environments
venv/
2023-08-29 11:13:31 +00:00
bin/
lib/
pyvenv.cfg
2024-05-18 00:02:14 +00:00
poetry.lock
2024-06-24 19:21:15 +00:00
# Regression Testing
.coverage
.tox/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
2024-05-18 01:29:52 +00:00
# Devel, Build, and Installation
2024-05-11 04:27:48 +00:00
*.egg-info/
2024-05-18 01:29:52 +00:00
dist/**
2024-05-11 04:27:48 +00:00
# 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