28 lines
215 B
Plaintext
28 lines
215 B
Plaintext
.DS_Store
|
|
._*
|
|
|
|
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
.mypy_cache
|
|
.vscode
|
|
|
|
*.egg
|
|
*.egg-info
|
|
.coverage
|
|
.pytest_cache
|
|
htmlcov
|
|
Pipfile.lock
|
|
|
|
*.swo
|
|
*.swp
|
|
*.pyo
|
|
*.pyc
|
|
*.env
|
|
.env
|
|
venv
|
|
|
|
database.sqlite3
|
|
database.sqlite3*
|
|
.pyre*
|