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

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