fixedcal/.gitignore

15 lines
112 B
Plaintext
Raw Normal View History

2022-12-11 17:04:36 +02:00
# python
2022-12-11 09:35:00 +02:00
__pycache__/
2022-12-11 19:30:35 +02:00
dist/
2022-12-11 09:35:00 +02:00
index.py
2022-12-11 17:04:36 +02:00
# pytest
.pytest_cache/
# coverage
.coverage
htmlcov/
# macOS
.DS_Store