AI_Message_Generator / .gitignore
Danialebrat's picture
Fixing deployment issues:
96becf2
Raw
History Blame Contribute Delete
269 Bytes
# Python
**/__pycache__/
**/*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
# Environment & Secrets
.env
.env.local
*.pem
*.key
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Note: We keep ALL data files (JSON, CSV) as they are needed for the app