# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Distribution / packaging
.Python
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Project specific
results/
logs/
papers/
downloads/
config/*.yaml
!config/example.yaml
*.pdf
*.json
!pyproject.json
!package.json

# Docs
_build/
_static/
_templates/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temp files
*.log
*.tmp
*.temp
.*.swp
.*.swo
