smartleaf-api / .gitignore
yasyn14's picture
getting strted
7a11d7a
raw
history blame contribute delete
958 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Model files (cached)
/tmp/
*.keras
*.h5
*.pb
*.ckpt
# Hugging Face cache
huggingface/
.huggingface/
# Test images
test_images/
*.jpg
*.png
*.jpeg
*.bmp
*.gif
*.tiff
*.webp
# Environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local