Files
HexaWetter/.gitignore
TheOnlyMace 5a08d4c4ac
All checks were successful
CI / api-check (push) Successful in 20s
CI / frontend-check (push) Successful in 6s
HexaWetter v1.2.0: Security, Admin, Radar, UI
2026-06-18 23:59:08 +02:00

19 lines
154 B
Plaintext

# Secrets & local config
.env
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Runtime data
data/
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store