aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 62398f2f2cbea15c3067899b7325a1970dcaf80e (plain) (blame)
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
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/

# Editable install artifacts
*.pth
__editable__*

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/

# Editor
.vscode/
.idea/
*.swp
*~

.agents
logos