internal/

# Secrets / environment
.env
.env.*
.env.local

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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

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

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Audit logs (local only)
audit_logs/
*.jsonl
results/
