Files
20250724-882ca434/.gitignore
2026-04-25 19:20:45 +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