lemoncurry/.gitignore

24 lines
481 B
Plaintext
Raw Permalink 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
2024-03-13 03:10:51 -04:00
/.pdm-python
/.env
/.mypy_cache
/.pytest_cache
/static
2024-03-13 03:10:51 -04:00
/node_modules