| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .env | |
| .venv/ | |
| env/ | |
| venv/ | |
| ENV/ | |
| data/ | |
| *.sqlite | |
| *.db | |
| .idea/ | |
| .vscode/ | |
| .DS_Store | |
| # Tests and Logs | |
| *.log | |
| *.txt | |
| !requirements.txt | |
| !README.txt | |
| !GUVI_REQUIREMENTS.txt | |
| # Temp files | |
| .pytest_cache/ | |
| reports/ | |
| *.pyc | |
| # Keep docs but not temp outputs | |
| !docs/*.md | |