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

# python virtualenv
Pipfile.lock
venv/
ENV/
.venv

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

# python cache files
*.pyc
__pycache__

# dotenv
.env
.envrc

# os specific
.DS_Store