# Ignore common files and directories | |
.git | |
.gitignore | |
.github | |
.vscode | |
__pycache__ | |
*.pyc | |
*.pyo | |
*.pyd | |
.Python | |
env/ | |
venv/ | |
.env | |
.venv | |
.idea/ | |
# Don't ignore the model directory | |
!models/ | |
# Ignore screenshots that might exist in repo but are generated at runtime | |
screenshots/* |