# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Astro
site/node_modules/
site/dist/
site/.astro/
site/public/app/

# Kredo runtime
*.db

# Pytest
.pytest_cache/
