fixedcal/.gitignore
2022-12-11 19:30:35 +02:00

15 lines
112 B
Plaintext

# python
__pycache__/
dist/
index.py
# pytest
.pytest_cache/
# coverage
.coverage
htmlcov/
# macOS
.DS_Store