bskrishna2006
Initial backend deployment
dfbb2da
raw
history blame contribute delete
221 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
# Logs
*.log
# Temp files
temp/
*.tmp
# Models cache (will be in container)
.cache/