17 lines
132 B
Plaintext
17 lines
132 B
Plaintext
venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.sqlite3
|
|
db.sqlite3
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.cache
|
|
.venv
|
|
.DS_Store
|
|
.git
|
|
*.egg-info
|
|
dist
|
|
build
|