20 lines
160 B
Plaintext
20 lines
160 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Rust
|
|
debug/
|
|
target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Misc
|
|
.ipynb_checkpoints
|
|
.token
|
|
.submissions
|
|
homework/cli.yaml
|