# Hugging Face Space ignore file | |
# Files matching these patterns will be excluded from the Space | |
# Temporary files and caches | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
.ipynb_checkpoints/ | |
.DS_Store | |
# Environment and sensitive files | |
.env | |
*.env | |
credentials.json | |
secrets.json | |
api_keys.json | |
# Logs and generated files | |
*.log | |
logs/ | |
# Test outputs and results | |
test_output/ | |
test_results/ | |
test_reports/ | |
# Large data files | |
*.csv | |
*.pkl | |
*.h5 | |
*.model | |
# Development files | |
.git/ | |
.github/ | |
.gitignore | |
.vscode/ | |
.idea/ | |
# Specific GAIA files to exclude | |
src/gaia/tests/performance/** | |
src/gaia/tests/integration/** | |
src/gaia/tests/real_world/** | |