hermes-kanban-miniapp/.gitignore
2026-07-09 17:19:33 +03:00

26 lines
288 B
Text

# Runtime secrets: never commit real values
.env
.env.*
!.env.example
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
# Node
node_modules/
frontend/dist/
frontend/.vite/
coverage/
*.tsbuildinfo
# Local/editor
.DS_Store
.idea/
.vscode/
*.log