### Python ###
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
build/
dist/
wheels/

### Virtual environments ###
.venv/
venv/
env/

### Test / coverage ###
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.tox/
.nox/

### Type checkers / linters ###
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

### Security (bandit) ###
bandit-results.json
bandit-report.txt

### Logs ###
*.log

### IDE / OS ###
.DS_Store
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
.history/
*.swp
*.swo
*.bak
*.tmp

### Agent worktrees ###
.claude/worktrees/
