# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# macOS
.DS_Store

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

# Client audit outputs — never commit these
report.md
report.json
report.pdf
audit_*.md
audit_*.pdf
