deepcal-oracle / .gitignore
MoShow's picture
Create .gitignore
134635a verified
# Python
__pycache__/
*.py[cod]
*.egg
*.egg-info/
dist/
build/
.env
.env.*
.venv/
venv/
pip-log.txt
*.db
.DS_Store
# Node/Vite/Next.js/React
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.log
.cache/
.next/
out/
.vite/
coverage/
.eslintcache
# Supabase
.supabase/
.supabase/config.toml
*.sqlite
# Hugging Face
# Never track your secret files!
.env
.env.*
# Or use a more specific ignore
# !.env.example # (if you want to include an example env)
# System
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# OS Junk
*.bak
*.tmp
# Other
*.secret
*.token
secrets.json
credentials.json
# Optional: Ignore test output and temp files
test-output/
tmp/
temp/