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

# Build artifacts
dist/
build/
*.egg-info/
*.egg
*.whl

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.benchmarks/

# Docs build
html/
site/

# Logs
*.log

# IDE/editor config (tracked upstream but ignored locally)
AGENTS.md
PLAN.md
