firstAI / .dockerignore
ndc8
c
4f67c26
raw
history blame contribute delete
270 Bytes
# Ignore unnecessary files for Docker build
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.env
.venv
env/
venv/
.git/
.gitignore
*.md
!README.md
.DS_Store
*.log
training_runs/
.github/
sample_data/
scripts/
test_*.py
debug_*.py
usage_examples.py
*.yaml
*.yml
!requirements.txt