29 lines
No EOL
246 B
Text
29 lines
No EOL
246 B
Text
# Hidden files
|
|
.venv
|
|
.env.production
|
|
.env.staging
|
|
|
|
# Python
|
|
__pycache__
|
|
*.py[cod]
|
|
Pipfile
|
|
Pipfile.lock
|
|
|
|
# Editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
TAGS
|
|
tags
|
|
|
|
# Thumbnails
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# Local patches and logs
|
|
*.patch
|
|
*.diff
|
|
*.log |