summaryrefslogtreecommitdiff
path: root/.config/.gitignore-template
blob: 6a6b95c66e9d1f948c84e94452fb8f49e0ac0441 (plain)
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
# macOS system files
**/.DS_Store

# Node.js dependencies
node_modules/

# Environment variables
**/.env

# Python cache files
**/__pycache__/
*.py[cod]

# Python virtual environments
venv/
./venv
.env/
uv.lock

# .gitignore file
**/.gitignore

# Jupyter
./.ipynb_checkpoints/