You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sherlock/.gitignore

48 lines
519 B

7 months ago
# Virtual Environments
venv/
bin/
lib/
pyvenv.cfg
7 months ago
poetry.lock
5 months ago
# Regression Testing
.coverage
.tox/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
7 months ago
# Devel, Build, and Installation
7 months ago
*.egg-info/
7 months ago
dist/**
7 months ago
# Jupyter Notebook
.ipynb_checkpoints
6 years ago
*.ipynb
# Output files, except requirements.txt
6 years ago
*.txt
!requirements.txt
6 years ago
# Comma-Separated Values (CSV) Reports
*.csv
#XLSX Reports
*.xlsx
# Excluded sites list
tests/.excluded_sites
# MacOS Folder Metadata File
.DS_Store
4 years ago
# Vim swap files
*.swp