# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Hatch
.hatch/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Model weights (can be large)
*.pth
*.pt
*.ckpt
