Files
wetter/.dockerignore
SimolZimol 2a9882c0aa new file: .dockerignore
new file:   Dockerfile
	new file:   __pycache__/app.cpython-310.pyc
	new file:   app.py
	new file:   requirements.txt
	new file:   static/css/style.css
	new file:   templates/base.html
	new file:   templates/index.html
	new file:   templates/weather.html
2026-04-21 09:01:53 +02:00

15 lines
117 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.env
.env.*
.venv/
venv/
*.log
.git/
.gitignore
.github/
*.md
.DS_Store
Thumbs.db