# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
venv/
env/
.tox/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
*.coverage
.coverage
dist/
build/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/*
!.vscode/extensions.json
.idea/
*.sw?

# Environment
*.local
*.env

# Internal docs (not published)
docs/
TODO.md
PROJECT_SCOPE.md
vuln.md
