You've already forked akaunting-py
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
# Cached python code
|
|
__pycache__
|
|
# Cached test code
|
|
.pytest_cache
|
|
# Coverage reports
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# Ignore Scratch files
|
|
scratch/*
|
|
!/scratch/README.md |