2626d68e0f
Add .env.* (e.g. .env.nanoclaude) and *.bak-*/*.pre-* patterns to prevent accidental commits of per-service env files and timestamped rollback snapshots.
23 lines
236 B
Plaintext
23 lines
236 B
Plaintext
# Secrets
|
|
.env
|
|
.env.*
|
|
ddns/.env
|
|
|
|
# Local backups
|
|
*.bak-*
|
|
*.pre-*
|
|
|
|
# Runtime data
|
|
caddy/logs/
|
|
fail2ban/data/
|
|
docker-compose.test.yml
|
|
|
|
# Node
|
|
hub-web/node_modules/
|
|
hub-web/dist/
|
|
|
|
# Python
|
|
hub-api/__pycache__/
|
|
hub-api/*.pyc
|
|
hub-api/.venv/
|