Files
VoCat/.gitignore

59 lines
846 B
Plaintext

# ---- Binaries / build outputs ----
/vocat
/vocat.exe
/build/
/release.py
/build/vocat
/build/vocat-linux-amd64
/build/vocat-linux-amd64.exe
*.exe
*.dll
*.so
*.dylib
# ---- Cookie / secret files (NEVER commit) ----
vc.jar
*.cookies
*.session
.env
.env.*
!.env.example
# ---- Frontend build products ----
web/dist/
web/build/
web/node_modules/
# ---- Go build ----
*.test
*.out
# ---- Python (build/ helpers) ----
build/__pycache__/
__pycache__/
*.pyc
# Local-only helpers carry internal hostnames/credentials and must never be
# committed. The whole build directory and the root release.py are ignored.
build/*.py
/extension/
# ---- Docs / scratch ----
*.md
!README.md
!docs/**/*.md
*.txt
build/lists/
# ---- Editor / IDE ----
.vscode/
.idea/
# ---- OS junk ----
.DS_Store
Thumbs.db
# ---- Claude Code / agent ----
.claude/
.worktrees/