gitignore: Ignore nano’s swp files and __pycache__
parent
47fc6f5798
commit
eab0d86d7a
|
@ -0,0 +1,4 @@
|
||||||
|
# nano
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
__pycache__
|
Loading…
Reference in New Issue