Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| .ipynb_checkpoints/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| # PID2Graph dataset (9.3 GB — pulled from Zenodo, not committed) | |
| PID2Graph.zip | |
| PID2Graph.zip*.tmp | |
| PID2Graph/ | |
| md5sums.txt | |
| urls.txt | |
| nohup.out | |
| # Evaluation artifacts (reproducible; keep locally, don't commit) | |
| results.json | |
| results_*.json | |
| # OS / editor | |
| .DS_Store | |
| Thumbs.db | |
| .vscode/ | |
| .idea/ | |
| *.swp | |