Framework setup

This commit is contained in:
2025-10-18 00:26:57 +02:00
parent be80a33eed
commit d4fed48074
9 changed files with 898 additions and 0 deletions

91
.gitignore vendored Normal file
View File

@@ -0,0 +1,91 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
python-env/
.uv/
.uvcache/
# IDE-specific files
.idea/
.vscode/
*.swp
*.swo
# Database files
*.db
*.sqlite3
*.sqlite3-journal
# Logs and media
*.log
*.pot
*.log.*
logs/
media/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python specific
instance/
.webassets-cache
*.sublime-workspace
*.sublime-project
# Local override files
*.local.yml
*.override.yml
*.local.env
*.override.env
# uv specific
.uvcache/