Excel tool im Browser

This commit is contained in:
jonasgaudian
2026-02-21 02:01:12 +01:00
parent 4bffc34aad
commit 0ce01e95a1
10 changed files with 1084 additions and 0 deletions

47
.dockerignore Normal file
View File

@@ -0,0 +1,47 @@
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Tests
excel_filter/tests/
pytest.ini
*.test.py
# Documentation
README.md
# Build artifacts
excel_filter/build/
excel_filter/*.spec
excel_filter/*.exe
excel_filter/*.bat
# Development files
*.log
.env
presets.json
# Temporary files
*.tmp
*.temp
.cache/