1
0
This commit is contained in:
2026-03-30 09:54:38 +00:00
commit 84fc5e4b14
10 changed files with 278 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@@ -0,0 +1,66 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
dist/
downloads/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml
*.cover
# Type checkers / linters
.mypy_cache/
.pytype/
.pyre/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
ENV/
# IDEs and editors
.vscode/
.idea/
*.swp
# Jupyter
.ipynb_checkpoints/
# Environment variables
.env
.env.*
# OS generated files
.DS_Store
Thumbs.db
# Logs
*.log
# Local application data
instance/