Initial commit: project structure and configuration

This commit is contained in:
2026-02-02 21:30:22 +00:00
parent 368c6d6d2b
commit 68e3f7c1a2

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.pyc
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.coverage.*
cover/
*.cover
*.log
.local
.mypy_cache/
.dmypy.json
dmypy.json
*.pem
.env
.venv
env/
venv/
ENV/
.depaudit_cache/
*.swp
*.swo
*~
.DS_Store