# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Hugging Face / model caches
.cache/
huggingface/
.hf_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Local agent tooling state (never committed)
.claude/

# Env files
.env
