# Python build artifacts
*.egg-info/
dist/
build/
.eggs/
__pycache__/
*.whl

# Node / web tooling
node_modules/

# OS / editor
.DS_Store

# Environment
.venv/
.env
.env.local
.env.*.local

# Firebase
.firebaserc
.firebase/
*-debug.log

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Sphinx build
docs/_build/

# Local working files
private/
