Add configuration files
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 10:56:58 +00:00
parent 6065dadefa
commit 19f40a2a9a

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
config.yaml
.history/
*.log
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store