# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual envs
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Local scan artifacts
slopguard-report.json

# Node / Next.js (Phase A onwards)
node_modules/
.next/
out/
.turbo/

# Local secrets — never commit. Use Doppler / 1Password / Fly.io secrets.
.env
.env.*
!.env.example
