Skip to content

Commit e76ce33

Browse files
chore: add *.egg-info/ to .gitignore
1 parent 646586e commit e76ce33

1 file changed

Lines changed: 14 additions & 69 deletions

File tree

.gitignore

Lines changed: 14 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,17 @@
1-
# Byte-compiled / optimized / compiled files
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
5-
6-
# C extensions
7-
*.so
8-
9-
# Distribution / packaging
10-
.Python
11-
build/
12-
develop-eggs/
1+
node_modules/
2+
.git/
3+
.next/
134
dist/
14-
downloads/
15-
eggs/
16-
.eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
22-
wheels/
23-
*.egg-info/
24-
*.egg
25-
26-
# PyInstaller
27-
*.manifest
28-
*.spec
29-
30-
# Installer logs
31-
pip-log.txt
32-
pip-delete-this-directory.txt
33-
34-
# Unit test / coverage
35-
htmlcov/
36-
.tox/
37-
.nox/
38-
.coverage
39-
.coverage.*
40-
.cache
41-
nosetests.xml
42-
coverage.xml
43-
*.cover
44-
*.py,cover
45-
.hypothesis/
5+
build/
6+
out/
7+
coverage/
8+
__pycache__/
9+
*.min.js
10+
*.min.css
11+
.cache/
12+
public/
13+
static/
4614
.pytest_cache/
15+
src/deadcode.egg-info/
4716

48-
# Translations
49-
*.mo
50-
*.pot
51-
52-
# Environments
53-
.env
54-
.venv
55-
env/
56-
venv/
57-
ENV/
58-
59-
# IDE
60-
.vscode/
61-
.idea/
62-
*.swp
63-
*.swo
64-
*~
65-
66-
# OS
67-
.DS_Store
68-
Thumbs.db
69-
70-
# Project specific
71-
research/
72-
fixtures/generated/
17+
*.egg-info/

0 commit comments

Comments
 (0)