Skip to content

Commit f1bf58b

Browse files
authored
Merge pull request #20 from theilgaard/update-gitignore
Update gitignore
2 parents 7109b7c + f2e6a2b commit f1bf58b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
11
.vscode/
22
venv/
3+
4+
# Byte-compiled / optimized / DLL files
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
pip-wheel-metadata/
24+
share/python-wheels/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
MANIFEST
29+
30+
# PyInstaller
31+
# Usually these files are written by a python script from a template
32+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
33+
*.manifest
34+
*.spec
35+
36+
# Installer logs
37+
pip-log.txt
38+
pip-delete-this-directory.txt
39+
40+
# Environments
41+
.env
42+
.venv
43+
env/
44+
venv/
45+
ENV/
46+
env.bak/
47+
venv.bak/

0 commit comments

Comments
 (0)