Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
complexityclass committed Oct 15, 2023
0 parents commit 0017504
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Rust
target/
**/*.rs.bk

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.swp
*.swo
*.swn
*.idea/
.venv/
.eggs/
*.egg

# macOS
.DS_Store

# IDEs
.vscode/
.idea/

0 comments on commit 0017504

Please sign in to comment.