HR-ATS-Portal/.gitignore

58 lines
632 B
Plaintext

migrations/** */
.DS_Store
.AppleDouble
.LSOverride
Icon
?
._*
dist/**
dist/**/*
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
**pycache__/
**pycache**
# Claude / local AI tooling
.claude/
.audit.js
# Backups
.backup-prebrand/
*.bak
*.backup
*/node_modules/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
env/
# Environment / secrets
.env
.env.*
!.env.example
!frontend/.env.development
!frontend/.env.production
# Postman/Insomnia environments holding real API keys
*.postman_environment.local.json
# Logs & temp
*.log
tmp/
temp/
.cache/
# Frontend build
node_modules/
frontend/dist/
**.pdf
**_**_**.py