# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Local Claude Code state (per-user, not part of the project)
.claude/

# Downloaded scans during testing
*.pdf
