Skip to content

Commit 0ba6708

Browse files
authored
🙈 Add a minimal .gitignore (#4)
1 parent c021e95 commit 0ba6708

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Distribution / packaging
7+
build/
8+
dist/
9+
site/
10+
11+
# Cache
12+
.cache/
13+
.mypy_cache/
14+
.pytest_cache/
15+
.ruff_cache/
16+
.tox/
17+
18+
# Environments
19+
.env
20+
.venv/
21+
venv/
22+
23+
# IntelliJ
24+
.idea/
25+
.run/

0 commit comments

Comments
 (0)