__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env
*.egg-info/
dist/
build/

# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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

# Temporary files
*.tmp
*.bak
*.orig

# Generated reports
bandit-report.json
pylint-report.json
*-report.json
coverage.json
coverage.xml
htmlcov/
.coverage
*.prof
