# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
*.whl
sdist/

# Virtual environments
.venv/
venv/
ENV/
env/

# Hatch
.hatch/

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/

# OS files
.DS_Store
Thumbs.db

# Testing / Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
.mypy_cache/

# Documentation builds
site/

# Jupyter Notebooks
.ipynb_checkpoints/

# Ruff
.ruff_cache/

# Environment variables
.env
.env.*
!.env.example

# Secrets — never commit these
*.pem
*.key

# Logs
*.log

# Type stubs
.pytype/
dmypy.json

# Pre-commit
.pre-commit-cache/

# Misc
*.bak
*.tmp
*.png
*.csv
*.json

# Data / model weights (too large for git)
*.pth
!src/shell/weights/*.pth
*.tiff
*.tif
data/
preprocessed/
evaluation_results/
