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

# Testing / Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.pyre/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Build / Rust
target/
Cargo.lock

# IDE / Editor
.vscode/
.idea/
.claude/
.opencode/
.copilot/
.agents/
.gemini/
.github/copilot-instructions.md
GEMINI.md
uv.lock
graphify-out/
.graphifyignore
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment & Secrets
.env
.env.*
!.env.example
.vault_key
credentials.enc
sessions/

# Logs
*.log
logs/

# Security scan artifacts
bandit-*.json
safety-report.json
analysis-reports/
quality-report.md

# CI counters
.fix-counter.txt
.enhancement-counter.txt
enhancements.json
.github_desabled/

# Other
out/
test-results/

# Temporary files
tmp/
temp/
*.tmp

# Miscellaneous
*.bak
*.orig
.cache/
.npm/
.yarn/
.pnp.*
.pnp.js

# Node.js / JavaScript
.node_modules/
node_modules/
dist/
build/
coverage/
.next/
.nuxt/
.svelte-kit/
.vite/

# Rust
target/
Cargo.lock
Cargo.toml

# Go
bin/
pkg/

# Java / Kotlin / Scala
out/
build/
.gradle/
.scala/

# Internal planning and design assets
redesign_plan.md
scratch_rename.py
DEEP_TECHNICAL_AUDIT.md
IMPLEMENTATION_ROADMAP.md
docs/DEEP_TECHNICAL_AUDIT.md
docs/IMPLEMENTATION_ROADMAP.md
docs/modern_distribution.md

# Generated files
coverage.xml
pip-audit.json
tests/.pytest_cache/
tests/__pycache__/
