You've already forked akaunting-py
19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
# Cached python code
|
|
__pycache__
|
|
# Cached test code
|
|
.pytest_cache
|
|
# Coverage reports
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# distribution files
|
|
dist/
|
|
*egg-info/
|
|
|
|
# Ignore Scratch files
|
|
scratch/*
|
|
!/scratch/README.md
|
|
|
|
# Ignore virtualenv
|
|
.venv
|
|
venv |