lemoncurry/.gitignore

24 lines
480 B
Plaintext
Raw Normal View History

# Created by https://www.gitignore.io/api/django
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/
# End of https://www.gitignore.io/api/django
/.env
/.mypy_cache
/.pytest_cache
2023-08-10 02:30:06 -04:00
/*.egg-info/
/static
node_modules