new file: Dockerfile new file: README.md new file: app.py new file: index.html new file: projekte des/PROJECT_DESCRIPTION.txt new file: projekte des/WEBSITE_DESCRIPTION.md new file: projekte des/website_project_description_en.txt new file: requirements.txt new file: script.js new file: static/css/styles.css new file: static/js/script.js new file: styles.css new file: templates/about.html new file: templates/base.html new file: templates/contact.html new file: templates/index.html new file: templates/minecraft.html new file: templates/project_detail.html new file: templates/projects.html
81 lines
831 B
Plaintext
81 lines
831 B
Plaintext
# Python bytecode and cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Distribution / packaging
|
|
.build/
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
wheels/
|
|
share/python-wheels/
|
|
pip-wheel-metadata/
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage*
|
|
.tox/
|
|
.nox/
|
|
.pytest_cache/
|
|
htmlcov/
|
|
.junit/
|
|
coverage.xml
|
|
|
|
# Type checker / linters
|
|
.mypy_cache/
|
|
.pyright/
|
|
.ruff_cache/
|
|
.pyre/
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Django/Flask stuff
|
|
instance/
|
|
*.db
|
|
*.sqlite3
|
|
*.sqlite
|
|
|
|
# Environment variables / secrets
|
|
.env
|
|
.env.*
|
|
*.env
|
|
.flaskenv
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Node (if used later)
|
|
node_modules/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
# Local container data (if any)
|
|
**/.docker/*
|
|
|
|
# Cache
|
|
.cache/
|