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

# Build output
build/
dist/

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

# Virtual environments
.venv/
venv/
env/

# Rust
target/
Cargo.lock

# IDE / Editor
.vscode/
.idea/
.claude/
.opencode/
.copilot/
.agents/
.gemini/
.github/copilot-instructions.md
GEMINI.md
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_disabled/

# Generated
site/
out/
test-results/
coverage.xml
pip-audit.json
tmp/
temp/
*.bak
*.orig
.cache/
*.tmp
*.latency

# Node / JS / frontend
node_modules/
.next/
.nuxt/
.svelte-kit/
.vite/
.npm/
.yarn/
.pnp.*
.pnp.js

# Go
bin/
pkg/

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

# Internal planning
redesign_plan.md
scratch_rename.py
scratch/
DEEP_TECHNICAL_AUDIT.md
IMPLEMENTATION_ROADMAP.md
docs/DEEP_TECHNICAL_AUDIT.md
docs/IMPLEMENTATION_ROADMAP.md
docs/modern_distribution.md

# Test artifacts
tests/.pytest_cache/
tests/__pycache__/
Project-Report/
*.py,cover
siyarix_scan_*.json
tests/_*.py

test_output.txt
