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

# ── Virtual environments ──
.venv/
venv/
env/
.python-version

# ── Test / coverage / lint caches ──
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
.ruff_cache/
.mypy_cache/

# ── IDE / editor / OS ──
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# ── Secrets ──
.env
.env.*
!.env.example
*.pem
*.key

# ── induat runtime artifacts ──
results/
reports/
*.log

# ── Internal / hackathon prep — don't ship publicly ──
PRESENTATION_PROMPT.md
NOTES.md
TODO.md
.scratch/
