← back to 1970swallpaper

.gitignore

32 lines

node_modules/
.env
.env.*
!.env.example
tmp/
*.log
.DS_Store
dist/
build/
.next/
.cache/
.parcel-cache/
coverage/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
.ruff_cache/
.idea/
.vscode/
*.swp
.qodo/
out/
# editor/snapshot backups — never track or serve these
*.bak
*.bak.*
*.bak-*
*.pre-*
*~