fixedcal/.gitignore

14 lines
106 B
Plaintext
Raw Normal View History

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