File size: 537 Bytes
f4102c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
**/.git
**/.gitignore
**/.gitattributes
**/.DS_Store

# Python
.venv
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
frontend/node_modules
frontend/.next
frontend/out
frontend/.turbo

# Notebooks / reports / huge artefacts not needed at runtime
notebook/
report/
assets/

# Local dev junk
*.log
.env
.env.*
!.env.example
.streamlit/
.python-version

# Docs
docs/article-medium.md
docs/inform.pdf
docs/historial_pacientes.csv

# Legacy
Dockerfile.streamlit
docker-compose.yml
app.py
.github/

# Macros
.idea/
.vscode/