# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/

# Node / TypeScript
node_modules/
dist/
*.tsbuildinfo

# Secrets — never commit
*.env
*.key
keys.txt
