Files
TexTeller/.dockerignore
yoge ba0968b2da
Some checks failed
Sphinx: Render docs / build (push) Has been cancelled
Python Linting / lint (push) Has been cancelled
Run Tests with Pytest / test (push) Has been cancelled
feat: add dockerfile
2025-12-15 22:31:13 +08:00

60 lines
482 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Testing
.pytest_cache/
.coverage
htmlcov/
# Documentation
docs/_build/
# OS
.DS_Store
Thumbs.db
# Cache
.cache/
*.log
# Jupyter
.ipynb_checkpoints/
# Model files (will be mounted from host)
models/
*.pth
*.onnx
examples/
assets/
docs/
tests/
README.md
README.docker.md
LICENSE