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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyright/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# turbochroma-specific: codec cache files (rotation seeds, calibration)
turbo_pro_config_*.pkl
*.tc-cache/

# Benchmark artifacts
benchmarks/outputs/
benchmarks/data/
