# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.venv/
dist/
build/
.ruff_cache/
.mypy_cache/

# Node / JS
node_modules/
*.tgz
.turbo/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Secrets - never commit
.env
*.key
