This commit is contained in:
2025-08-20 05:06:52 +02:00
parent b3c389e666
commit bdfcbb9ea1

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Byte-code files
*.pyc
*.pyo
__pycache__
.pytest_cache/
# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Editors
.vscode/
.idea/
# Logs and temporary files
*.log
*.tmp
/tmp/
# OS generated files
.DS_Store
.Trashes
Thumbs.db
# Specific to this project (from the test output)
/tmp/testlogs/