membersystem/.gitignore

8 lines
62 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