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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# SECURITY — these are forbidden everywhere (also enforced by pre-commit hook)
*.log
.env
.env.*
.secrets/
vault/
secrets.toml
*.pem
*.key
id_rsa*
id_ed25519*

# Project-specific
schema/linear-schema.json
clinear-debug.log
.swarm/
