Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
bf55f610ac | 1 month ago |
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
# Python |
|||
__pycache__/ |
|||
*.py[cod] |
|||
*$py.class |
|||
|
|||
# Models |
|||
app/models/ |
|||
models/ |
|||
|
|||
# Logs |
|||
logs/ |
|||
*.log |
|||
|
|||
# Environment |
|||
.env |
|||
venv/ |
|||
env/ |
Loading…
Reference in new issue