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

# Virtual Environment
venv/
env/
ENV/
.env/
.venv/

# IDE - PyCharm
.idea/
*.iml
*.iws
.idea_modules/

# IDE - VSCode
.vscode/
*.code-workspace
.history/
!.vscode/settings.json
!.vscode/extensions.json

# IDE - Spyder
.spyderproject
.spyproject

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

# Jupyter Notebook
.ipynb_checkpoints

# Logs
*.log
logs/

# Local development configuration
smoosh.yaml
.smoosh.yaml
notes/

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

# Documentation
docs/_build/
docs/api/

# Test data and examples
examples/*/          # Ignore subdirectories in examples (test packages)
!examples/*.md      # Keep documentation/instructions
sample_data/*/      # Ignore subdirectories in sample_data
!sample_data/*.md   # Keep documentation/instructions
test/data/*

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
