| # Virtual environments | |
| venv/ | |
| venv-hf/ | |
| env/ | |
| ENV/ | |
| .venv/ | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.pyc | |
| # OS files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Development files | |
| *.log | |
| *.tmp | |
| *.temp | |
| *.swp | |
| *.swo | |
| *~ | |
| # IDE files | |
| .vscode/ | |
| .idea/ | |
| *.sublime-* | |
| # Documentation | |
| .claude/ | |
| # Scripts | |
| upload_space.sh | |
| update_dataset.py | |
| # Space-specific files (already in separate repo) | |
| space_files/ | |
| README_space.md | |
| app_controlled.py | |
| app_enhanced.py | |
| app_free_tier.py | |
| requirements_enhanced.txt | |
| requirements_free_tier.txt | |
| # Old data structure folders (no longer used) | |
| expenditures_train/ | |
| expenditures_validation/ | |
| expenditures_test/ | |
| members/ |