ThinkForge_GAIA / .gitignore
DuyguJones's picture
agent
731047a
# Virtual Environment
venv/
.venv/
env/
.env
# Python cache files
__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
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Jupyter Notebook
.ipynb_checkpoints
# OS specific
.DS_Store
Thumbs.db
# Project specific
logs/
*.log
*.sqlite
*.db
# Hugging Face specific
*.safetensors
*.bin
*.h5
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
pytest-*.xml
# Logs
*.log
logs/
log/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# macOS specific
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# AI/model files
*.h5
*.pb
*.onnx
*.tflite
*.pt
*.pth
*.weights
# Temporary files
tmp/
temp/
.tmp
*.tmp
README-git.md