KCH / .dockerignore
bsamadi's picture
Update to pixi env
c032460
raw
history blame contribute delete
544 Bytes
# Git
.git/
.gitignore
.gitattributes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.py[cod]
*$py.class
# Pixi
.pixi/
pixi.lock
# Quarto build outputs (will be regenerated in container)
.quarto/
_site/
src/_site/
*/_book/
*/_site/
# Jupyter
.ipynb_checkpoints/
# Virtual environments
.venv/
venv/
ENV/
env/
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
# IDE
.vscode/
.idea/
*.sublime-*
# Documentation
README.md
LICENSE
*.md
!pixi.toml
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Docker
Dockerfile
.dockerignore
docker-compose.yml