Skip to content

Commit 2103fc7

Browse files
committed
Remove __pycache__ files and update .gitignore
1 parent c5561ea commit 2103fc7

4 files changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
**/.DS_Store
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*.class
5+
*.so
6+
.Python
7+
venv/
8+
env/
9+
ENV/
10+
11+
# IDE
12+
.vscode/
13+
.idea/
14+
15+
# Testing
16+
.pytest_cache/
17+
htmlcov/
18+
.coverage
19+
20+
# Concore specific
21+
concorekill.bat
-137 Bytes
Binary file not shown.
-1.67 KB
Binary file not shown.
-11.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)