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

# Node
web/node_modules/
web/.next/
web/out/

# Git
.git/
.gitignore

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

# CI/CD
.github/
.pre-commit-config.yaml

# Docs
docs/
*.md
LICENSE

# Docker
Dockerfile*
docker-compose*.yml

# Helm
chart/

# Dev files
tests/
examples/
uv.lock
.python-version
