Add common stuff and week 1 materials
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Rust
|
||||
debug/
|
||||
target/
|
||||
**/*.rs.bk
|
||||
*.pdb
|
||||
|
||||
# Misc
|
||||
.ipynb_checkpoints
|
||||
.token
|
||||
.submissions
|
||||
homework/cli.yaml
|
||||
Reference in New Issue
Block a user