# Python Bytecode & Cache
__pycache__/
*.py[cod]
*$py.class

# Distribution & Build Outputs
build/
dist/
*.egg-info/
.eggs/

# Virtual Environments
.venv/
venv/
env/
ENV/

# Model Checkpoints & Large Data Outputs (if applicable)
*.pt
*.pth
*.ckpt
*.h5
*.onnx
*.pkl

# Testing & Linting Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# macOS & IDE Files
.DS_Store
.vscode/
.idea/

# Environment Variables & Secrets
.env
.env.local
