Initial commit: inberlin apartment monitor with autopilot

This commit is contained in:
Aron Petau 2025-12-08 14:44:59 +01:00
commit bf9d7f1371
9 changed files with 4900 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*.class
*.so
.Python
.venv/
venv/
ENV/
env/
# Data
data/
# Environment
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db