File size: 279 Bytes
25429d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore local python virtual environments
venv/
.venv/
env/

# Ignore local caches and logs
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.history/

# Ignore sensitive credentials (these must be injected at runtime, not hardcoded)
.env

# Ignore system files
.DS_Store
Thumbs.db