upload to github

This commit is contained in:
jrosh 2025-06-07 16:14:00 +02:00
commit ae9ca74ac6
No known key found for this signature in database
GPG key ID: A4D68DCA6C9CCD2D
23 changed files with 2133 additions and 0 deletions

30
.dockerignore Normal file
View file

@ -0,0 +1,30 @@
# Ignore build artifacts
bin/
release/
downloads/
temp/
logs/
# Ignore version control
.git/
.gitignore
# Ignore documentation
*.md
LICENSE
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Ignore OS files
.DS_Store
Thumbs.db
# Ignore development files
Makefile
docker-compose.yml
.dockerignore