membersystem/.gitignore

11 lines
80 B
Plaintext

__pycache__/
*.pyc
*.sw*
db.sqlite3
.pytest_cache
.idea/
*.mo
.env
venv/
.venv/