Files
20250223-62b80fe9/.gitignore
2026-04-25 19:24:54 +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