freekake_api/.gitignore

37 lines
373 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
venv/
env/
*/.venv/
# Django specific
*.sqlite3
*.sqlite3-journal
*.log
local_settings.py
*/migrations/
# Static and media files
*/static/
*/media/
# IDE specific
.idea/
*.iml
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
# OS and System files
.DS_Store
Thumbs.db
*.bak
*.tmp