Skip to content

Commit 90897a0

Browse files
authored
better gitignore
1 parent 9dce823 commit 90897a0

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.gitignore

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
.venv
1+
# Virtual environments
2+
.venv/
3+
venv/
4+
5+
# Bytecode and compiled files
26
__pycache__/
37
*.py[cod]
48
*$py.class
5-
venv
6-
.eggs
7-
.pytest_cache
8-
*.egg-info
9+
10+
# Packaging
11+
.eggs/
12+
*.egg-info/
13+
14+
# Testing
15+
.pytest_cache/
16+
17+
# OS and IDE
918
.DS_Store
10-
.schema
11-
.vscode
19+
.vscode/

0 commit comments

Comments
 (0)