Files
akaunting-py/.gitignore
2022-11-25 23:03:43 +13:00

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