27 lines
196 B
Plaintext
27 lines
196 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
|
|
|
|
# bootstrap-gitea-no-git
|