.dockerignore
245 Bytes
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
# Cache
.ruff_cache
.mypy_cache
.pytest_cache
.cache
# Logs
logs/
*.log
# Docker
dockerfiles/
Dockerfile
.dockerignore