summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2c45e52fcd448f6c9e9be881b551de15ca5e8a19 (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
# Sphinx
_build/
localazy_private.json

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

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

# python cache files
*.pyc
__pycache__

# dotenv
.env
.envrc

# os specific
.DS_Store