# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/

# Testing / coverage
.pytest_cache/
.hypothesis/
.coverage
htmlcov/

# Environment / secrets
.env
.env.*

# Audit logs (generated at runtime)
logs/
*.jsonl

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

# OS junk
Thumbs.db
Desktop.ini
.DS_Store

# Internal planning docs (local only)
AGENTS.md
CONTEXT.md
Development.md
Implementation.md
Progress.md
GOV_PITCH.md
rampart-project.md
bastion-project.md
pyauthz-project.md
