wohnbot/.gitignore
Aron ce66fc1933 Fix Degewo auto-apply (Wohnungshelden iframe), update dependencies, cleanup for production
- Fix Degewo handler to work with Wohnungshelden iframe portal
- Update playwright to >=1.57.0
- Add proper form field selectors for Wohnungshelden
- Fix success status bug (was marking failed submissions as success)
- Clean up .env.example (remove real credentials)
- Update README with housing company support table
- Add BOTFATHER_COMMANDS.txt for easy bot setup
- Add copilot-instructions.md for development context
2025-12-09 11:30:17 +01:00

33 lines
286 B
Text

# Python
__pycache__/
*.py[cod]
*.class
*.so
.Python
.venv
.venv/
venv/
ENV/
env/
.python-version
# Data
data/
# Environment
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Debug files (these should be in data/ but just in case)
debug_page.html
*.html
!README.md