about summary refs log tree commit diff stats
path: root/.gitignore
blob: 34b943827a928a9bc31c0c11be0c58801de0a17d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Build directory
/build/*
dist/
sdists/
# Emacs files
*~
# Compiled python files
__pycache__/
*.py[cod]
# Generated files
*.egg*
**.dot
**.so
VERSION
# Virtual environments
venv*/
.env/
.venv*/