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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Virtualenv
.uv/

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

# Project specific
OPT_PLAN.md
plan.md
CLAUDE.md

# Test, lint and local configuration artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.env.*
!.env.example
