mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-18 18:40:16 -04:00
20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
# Django #
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
__pycache__
|
|
db.sqlite3
|
|
media
|
|
|
|
# Python #
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
.venv/
|
|
venv/
|
|
env/
|