Files
blackroad-os-pack-finance/.gitignore
2025-11-28 23:11:56 -06:00

68 lines
565 B
Plaintext

# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
.venv
# Build artifacts
dist/
build/
*.egg-info/
.tsbuildinfo
*.js.map
*.d.ts
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
*.log.*
# Secrets and credentials (NEVER commit these)
.env
.env.local
.env.*.local
*.key
*.pem
*.cert
secrets/
credentials/
# Testing
coverage/
.coverage
.pytest_cache/
.jest/
# Temporary files
tmp/
temp/
*.tmp
# Railway
.railway/
# Cloudflare
.wrangler/
.venv
node_modules
__pycache__
.tmp-ledgers.db
.DS_Store