Files
20250924-867e1a4d/.gitignore
2026-04-25 19:22:04 +08:00

25 lines
170 B
Plaintext

# OS
.DS_Store
# Env
.env
.env.*
# Python
__pycache__/
.pytest_cache/
.mypy_cache/
.venv/
venv/
# Node
node_modules/
.next/
dist/
build/
.nuxt/
.output/
# Misc
*.log