Files
startseite/.gitignore
2025-12-03 16:46:11 +00:00

12 lines
89 B
Plaintext

# Environment variables
.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/