GAIA-Agent / .gitignore
Essi
chore: expand .gitignore to include additional file types and directories
b009775
raw
history blame
578 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.json
*.env
*.DS_Store
.tool-versions
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.idea/
.venv/
# Unit test / coverage reports
.coverage
.coverage.*
.cache
coverage.xml
.pytest_cache/
# Sphinx documentation
docs/_build/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# mypy
.mypy_cache/
# ruff
.ruff_cache/