| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| .eggs/ | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Environment | |
| .env | |
| .venv/ | |
| venv/ | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| # DBLP raw data (regenerate with: python scripts/update_db.py) | |
| data/raw/ | |
| # Legacy single-file index (replaced by sharded index) | |
| data/conference_index.json | |