24 lines
201 B
Plaintext
24 lines
201 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.venv
|
|
*.so
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
README.md
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
data/*.db
|
|
data/*.db-journal
|
|
.DS_Store
|