# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Build
*.log
.DS_Store
*.backup

# Artifacts
*.db
*.sqlite
council-artifacts/

# Design assets (generated, not for repo)
design/

# Secrets (never commit)
.env.local
.env.*.local
*.pem
*.key
credentials.json

# Specs (internal planning docs)
specs/

# Private local-only evaluation inputs and imported external repo material.
# Use this for raw PR diffs, code snapshots, and benchmark fixtures sourced from
# internal repos or external systems. Never commit its contents.
.council-private/
