← back to Designer Portfolio Pages

.gitignore

41 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/

# Local SQLite dev database (and WAL/SHM sidecar files)
data/*.sqlite
data/*.sqlite-wal
data/*.sqlite-shm

# Backup / scratch files (prevent source leaks in served dirs)
*.bak
*.bak-*
*.pre-*
*.orig
*.save
*.old
*~
copy-of-*