Files
jobtrackingapp/.gitignore
T

64 lines
651 B
Plaintext

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Environment files
.env
.env.*
!.env.example
# Python
.venv/
__pycache__/
*.pyc
# .NET / Visual Studio
bin/
obj/
bin_build/
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Frontend build artifacts
node_modules/
build/
dist/
coverage/
# Local temp / scratch files
temp_job.json
temp_post_job.py
todo jobtracker.txt
# Local app data
*.db
*.db-*
Attachments/
website_details.md
# Private local test files
/tmp/
# ── GSD baseline (auto-generated) ──
*.swp
*.swo
*~
*.code-workspace
.next/
venv/
target/
vendor/
.cache/
tmp/