Files
dailyemail-finance/.gitignore
sstent 5e987ce26e
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 19s
feat: Add Nomad deployment configuration and update email handling
2026-01-18 06:32:37 -08:00

36 lines
270 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Secrets
.env
.env.local
.env.*
*.pem
*.key
id_rsa
secrets/
# IDEs
.idea/
.vscode/