Files
web-app-python/.gitignore
2025-10-20 19:10:08 +02:00

43 lines
398 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
env/
venv/
ENV/
# Environment
.env
.env.local
# Firebase
firebase-credentials.json
# Database
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Alembic
alembic/versions/*.py
!alembic/versions/.gitkeep
# mosquitto docker files
mosquitto/