mirror of
https://github.com/ChrisSewell/LeosShoes.git
synced 2025-07-01 10:07:27 -04:00
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Generated plots directory
|
|
plots/
|
|
|
|
# Database files
|
|
*.db
|
|
paw_risk.db
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
|
|
# Allow documentation images
|
|
*.png
|
|
!project_images/*.png |