GAIA_AI_Agent / .gitignore
Jialun He
preload vector store
2c612d2
raw
history blame contribute delete
434 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.conda/
# VS Code
.vscode/
*.code-workspace
.history/
# Jupyter Notebook
.ipynb_checkpoints
# Local development files
*.log
.DS_Store
Thumbs.db
# Project specific
.env
*.db
*.sqlite3