Skip to content

Commit 98878e4

Browse files
Remove accidental .venv commit; add .gitignore; keep Copilot instructions
1 parent 443d082 commit 98878e4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*.pyo
5+
*.pyd
6+
7+
# Virtual environments
8+
.venv/
9+
venv/
10+
.env/
11+
12+
# macOS
13+
.DS_Store
14+
15+
# Logs and local outputs
16+
logs/
17+
arrasbot.log
18+
19+
# Editor
20+
.vscode/
21+
.idea/
22+
23+
# Cache
24+
*.cache/

0 commit comments

Comments
 (0)