efficient-context / .gitignore
biswanath2.roul
Initial commit
e4d5155
raw
history blame contribute delete
439 Bytes
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
venv/
env/
ENV/
# Testing
.coverage
htmlcov/
.pytest_cache/
# Environment variables
.env
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints
# Build logs
*.log
# Hugging Face specific
.huggingface/
*.safetensors
wandb/
outputs/