membersystem/.gitignore

15 lines
110 B
Plaintext
Raw Normal View History

2018-06-23 11:00:26 +00:00
__pycache__/
*.pyc
*.sw*
2018-06-23 12:22:53 +00:00
db.sqlite3
2018-06-23 23:05:02 +00:00
.pytest_cache
2021-02-28 22:55:01 +00:00
.idea/
*.mo
2023-10-02 18:50:39 +00:00
.env
venv/
.venv/
2024-07-14 16:59:06 +00:00
# collectstatic
src/static/