finbert_market_evaluation / .dockerignore
RickyGuoTheCrazish
update docker file
47d83ad
raw
history blame contribute delete
634 Bytes
# 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
# Virtual environments
venv/
env/
ENV/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Test files
test_*.py
*_test.py
tests/
# Documentation
*.md
USAGE.md
# Local development files
.env
.env.local
*.log
# Jupyter notebooks
*.ipynb
.ipynb_checkpoints/
# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
# pytest
.pytest_cache/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json