# macOS
.DS_Store

# Local docs and planning notes
.agents/

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Packaging and build output
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

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

# Environment files
.env
.env.*
.worktrees/

# Cache
.odoo_doctor_cache/

# Temp directories
.tmp/
.claude/
