47 lines
451 B
Plaintext
47 lines
451 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Django stuff:
|
|
media/
|
|
|
|
# IDE related
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Static files (not versioned in some projects)
|
|
# static/
|
|
|
|
# Production
|
|
build/
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jars/
|
|
*.egg
|
|
*.egg-info/
|
|
|
|
# Testing
|
|
coverage/
|
|
.coverage
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |