# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
build/
dist/

# Node
node_modules/
*.tsbuildinfo
.pnpm-store/

# Environment
.env
.env.local
.env.*.local

# Docker
docker-data/

# IDE
.idea/
.vscode/
*.swp
.DS_Store

# Local dev artifacts
*.log
.local-storage/
