You've already forked akaunting-py
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
# Cached python code
|
|
__pycache__
|
|
# Cached test code
|
|
.pytest_cache
|
|
# Coverage reports
|
|
.coverage
|
|
coverage.xml |