Spaces:
Sleeping
Sleeping
File size: 281 Bytes
92270c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Exclude files not needed for Docker build
*__pycache__/
*.pyc
*.pyo
# Exclude log files but keep the logs directory
logs/*
!logs/.gitkeep
# Exclude notebook checkpoints
*.ipynb_checkpoints/
# Environments
.env
*.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/ |