Files
akaunting-py/.gitignore

15 lines
193 B
Plaintext

# Cached python code
__pycache__
# Cached test code
.pytest_cache
# Coverage reports
.coverage
coverage.xml
# Ignore Scratch files
scratch/*
!/scratch/README.md
# Ignore virtualenv
.venv
venv