aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: db3cee8777239a4fe562e50492fd13bb2f8cfc1f (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
# --- Python-generated files ---
__pycache__/
*.py[cod]
*$py.class

# --- Distribution / packaging ---
build/
dist/
wheels/
*.egg-info/
*.egg

# --- Virtual environments ---
# uv manages this in .venv, which should always be ignored
.venv/
venv/
ENV/

# --- uv specific ---
# You should commit uv.lock, but ignore the internal cache if needed
.uv/
.ruff_cache/

# --- Environment ---
.env
.env.local
.python-version