Files
akaunting-py/.gitignore
2022-05-16 11:08:15 +12:00

7 lines
107 B
Plaintext

# Cached python code
__pycache__
# Cached test code
.pytest_cache
# Coverage reports
.coverage
coverage.xml