# Internal planning docs
OPENSOURCE_PLAN.md
docs/experiments/
fleet/

# Git hooks — configured locally, not committed
.githooks/

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

# Virtual environments
venv/
ENV/
env/
.venv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Env files
.env
.env.*
!.env.example
*.env

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.ruff_cache/

# DB
*.db
*.sqlite
*.sqlite3

# Logs
*.log
frontend/node_modules/
frontend/.next/
frontend/out/
frontend/dist/
frontend/*.log
