add gitignore

main
Ryan Rix 2021-09-18 18:14:43 -07:00
parent ab0fba6ece
commit 6eb8cd7def
2 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__
env
poka-ijo.db

View File

@ -13,6 +13,17 @@ Poka Ijo is a catalog of my nearby things. Poka Ijo is [[id:tokipona][Tokipona]]
CLOCK: [2021-09-18 Sat 16:33]--[2021-09-18 Sat 16:56] => 0:23
:END:
** =.gitignore= file
:PROPERTIES:
:ID: 20210918T181352.587601
:END:
#+begin_src shell :tangle .gitignore
__pycache__
env
poka-ijo.db
#+end_src
** =requirements.txt= and mach-nix setup
:PROPERTIES:
:ID: 20210918T172447.506306