← back to 1930swallpaper

.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 / refactor-pass snapshot artifacts — never commit these
*.bak
*.bak.*
*.pre-*
*.orig