# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Audit run outputs (generated on every run, not source)
out/

# Python bytecode + caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
.python-version

# OS
.DS_Store
Thumbs.db

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

# Local-only env files (in case anyone adds one to test)
.env
.env.local
