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

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

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml

# Type checkers & linters
.mypy_cache/
.ruff_cache/
.pyright/

# uv
.uv/

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

# OS
.DS_Store
Thumbs.db

# Office lock files (created when MS Word / Excel / PowerPoint files are open)
~$*

# Local app state
.anonymizer/

# Local secrets / config
.env
.env.local
*.local

# Compiled i18n binary catalogs (generated at runtime from .po)
src/anonymizer/webapp/i18n/*.mo

# Generated artefacts during development
report.html
report.json
fuzz-report.html
tests/integration/fixtures/golden_generated/
working/

.superpowers/
.claude/worktrees/
