# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/

# Node
node_modules/
.next/
.turbo/

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

# Environment
.env
.env.local
!.env.kind

# Testing
.coverage
htmlcov/
.pytest_cache/
coverage.xml

# Docker
.docker/

# OS
.DS_Store
Thumbs.db
# trigger
