mirror of
https://github.com/fergalmoran/meeseeks.git
synced 2025-12-22 01:08:37 +00:00
26 lines
206 B
Plaintext
26 lines
206 B
Plaintext
.DS_Store
|
|
.env
|
|
.flaskenv
|
|
*.pyc
|
|
*.pyo
|
|
env
|
|
env*
|
|
dist
|
|
build
|
|
*.egg
|
|
*.egg-info
|
|
_mailinglist
|
|
.tox
|
|
.cache/
|
|
.idea/
|
|
__pycache__/
|
|
.ropeproject/
|
|
|
|
# Coverage reports
|
|
htmlcov
|
|
.coverage
|
|
.coverage.*
|
|
*,cover
|
|
|
|
settings.cfg
|