| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| # Virtual environments | |
| cctv_env_311/ | |
| venv/ | |
| env/ | |
| .env/ | |
| # AI Models (stored on Hugging Face Hub - downloaded automatically) | |
| ai_models/ | |
| *.h5 | |
| *.pt | |
| *.keras | |
| *.bin | |
| *.pickle | |
| NETRA/model/ | |
| # Uploads & Cache | |
| uploads/ | |
| instance/ | |
| .huggingface/ | |
| __pycache__/ | |
| # IDE | |
| .vscode/ | |
| # Diagnostic/debug artifacts | |
| NETRA/2.15.0 | |
| NETRA/diag_output.txt | |
| NETRA/pip_list.txt | |
| # OS | |
| Thumbs.db | |
| .DS_Store | |