-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (44 loc) · 1.22 KB
/
.gitignore
File metadata and controls
47 lines (44 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/.idea/
/django_server/db.sqlite3
/react_ui/static/build/
/react_ui/public/build/
/react_ui/node_modules/
.DS_Store
__pycache__
/react_ui/yarn-error.log
/react_ui/build/
/django_server/olmap_config/local_settings.py
/Pipfile
/Pipfile.lock
/django_server/staticfiles/
/django_server/.coverage
/django_server/uploads/
/tunnel_db.sh
/update_qa_server.sh
/update_prod_server.sh
/scripts/all_entrances.json
/scripts/common_entrances.json
/scripts/osoitehaavi-hki.gpkg
/scripts/hki_osoiteluettelo_cleaned.json
/scripts/hki_osoiteluettelo.json
/scripts/entrances_with_distance.json
/scripts/temp/
/scripts/osm_building_entrance_addresses.json
*.egg-info/
.venv/
# Playwright
/react_ui/test-results/
/react_ui/playwright-report/
/react_ui/playwright/.cache/
/react_ui/.playwright/
# Environment and secrets (keep .env.example but ignore actual .env files)
.env
.env.local
.env.*.local
!.env.example
# Kubernetes secrets with real values (use sealed-secrets or external-secrets in production)
# k8s/*/secrets.yaml files should only contain placeholder values
# Real secrets should be managed via:
# - Sealed Secrets: https://github.com/bitnami-labs/sealed-secrets
# - External Secrets: https://external-secrets.io/
# - Or your cloud provider's secrets manager