# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Coverage
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv

# IDE and editor files
.opencode/

# Planning artifacts (local only)
.planning/

# Node (not part of this project)
node_modules/
package.json
package-lock.json
