summaryrefslogtreecommitdiff
path: root/.config/.gitignore-template
blob: 7771a4bb21300e7ba0ed3a901afb8af84a0473ca (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
27
28
29
30
31
# 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/

**/build/
.idea/
bin/
obj/