Skip to content

Commit 97673b0

Browse files
Copilot0xrinegade
andcommitted
Add .gitignore and clean up test files
Co-authored-by: 0xrinegade <[email protected]>
1 parent 4a9753a commit 97673b0

File tree

2 files changed

+27
-4029
lines changed

2 files changed

+27
-4029
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Build artifacts
2+
repo-data.json
3+
docs/data-old.json
4+
5+
# Python
6+
__pycache__/
7+
*.py[cod]
8+
*$py.class
9+
*.so
10+
.Python
11+
*.egg-info/
12+
dist/
13+
build/
14+
15+
# OS
16+
.DS_Store
17+
Thumbs.db
18+
19+
# Editor
20+
.vscode/
21+
.idea/
22+
*.swp
23+
*.swo
24+
*~
25+
26+
# Logs
27+
*.log

0 commit comments

Comments
 (0)