Skip to content

Commit 25ebbff

Browse files
author
Bharat Kalluri
committed
Added .gitignore
1 parent 6ddfb2c commit 25ebbff

File tree

7 files changed

+33
-0
lines changed

7 files changed

+33
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Distribution / packaging
7+
.Python
8+
build/
9+
develop-eggs/
10+
dist/
11+
downloads/
12+
eggs/
13+
.eggs/
14+
lib/
15+
lib64/
16+
parts/
17+
sdist/
18+
var/
19+
wheels/
20+
*.egg-info/
21+
.installed.cfg
22+
*.egg
23+
MANIFEST
24+
25+
# Environments
26+
.env
27+
.venv
28+
env/
29+
venv/
30+
ENV/
31+
env.bak/
32+
venv.bak/
33+
-150 Bytes
Binary file not shown.
-1.92 KB
Binary file not shown.
-1.82 KB
Binary file not shown.
-2.02 KB
Binary file not shown.
-2.39 KB
Binary file not shown.
-1.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)