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

# Virtual environments
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.tox/

# Pre-commit
.pre-commit-cache/

# Executor (runtime state and logs)
spec/.executor-logs/
spec/.executor-state.json
spec/.task-history.log

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

# OS
.DS_Store
Thumbs.db

# Type checkers
.mypy_cache/
.pyrefly/
.ruff_cache/

# Misc
*.log
.env
.env.local
