fix 0.1.1 (#17)

Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/17
This commit is contained in:
Piotr Dec 2025-12-12 21:40:03 +01:00
parent d3e990384d
commit e2fd185971
47 changed files with 1043 additions and 35 deletions

62
.dockerignore Normal file
View file

@ -0,0 +1,62 @@
# JB Toolkit
.idea
# Git
.git
.gitignore
.gitattributes
# CI
.woodpecker/
# Virtual env
.venv/
# Docker
docker-compose.yml
Dockerfile
.docker
.dockerignore
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
target/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Logs
**/*.log
# Documentation
docs/_build/
# Python mode for VIM
.ropeproject
**/.ropeproject
# Vim swap files
**/*.swp
# Project specific
.compose_repository/
config/
tests/