summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 27188bd283eca9e5139f061096d12e91d831a7b6 (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
# Sphinx
_build/

# python virtualenv
venv/
ENV/
.venv

# put various editor ignores here
.vscode/
*.vpj
*.vpw
*.vpwhist
*.vtg

# python cache files
*.pyc
__pychache__

# dotenv
.env
.envrc

# os specific
.DS_Store