# Python
__pycache__/
*.pyc
*.pyo

# Virtual environment
.venv/

# Build / packaging
dist/
build/
*.egg-info/

# Test caches
.pytest_cache/

# Secrets (keep .env.example)
.env
