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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# IDEs
.vscode
.idea
# Mac/OSX
.DS_Store
# cache files
.cache
__pycache__/
.pytest_cache/
.mypy_cache/
.pyc
*.lock
package-lock.json
# auto-generated
*/style/output.css
target/
# virtenv
venv/
# environment variables
.env*
# dat files (too large for github)
*.dat
# temporary files
*/temp/
tmp/
# temp build dir
build/
# archive/
dist/
pkg/
# history
.bash_history
.python_history
node_modules/