1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 08:13:54 +00:00
kodak/.gitignore

30 lines
223 B
Plaintext
Raw Normal View History

2020-09-16 07:41:53 +00:00
__pycache__/
build/
dist/
*.egg-info/
2021-05-02 22:12:04 +00:00
*.pyc
2020-09-16 07:41:53 +00:00
2021-05-02 22:12:04 +00:00
*.swp
2020-09-16 07:41:53 +00:00
.coverage
2021-05-02 22:12:04 +00:00
*_cache/
.tox/
.cache/
.venv/
.mypy_cache/
2020-09-16 07:41:53 +00:00
docs/_build/
docs/modules.rst
2021-05-05 17:48:02 +00:00
docs/imagemuck*.rst
2020-09-16 07:41:53 +00:00
imagemuck/openapi.yaml
2021-05-02 22:12:04 +00:00
.vscode/
2020-09-16 07:41:53 +00:00
.idea/
2020-12-22 02:13:49 +00:00
2021-05-02 22:12:04 +00:00
2020-12-22 02:13:49 +00:00
*.db
2021-05-02 22:12:04 +00:00
*.db-shm
*.db-wal