# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Virtual environments
.venv/
venv/
env/

# Local files
.env
.env.*
!.env.example
.claude/
report.md
report.json
.agent-scan-baseline.json
output/
.release-logs/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
