diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-07 22:47:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 22:47:04 -0600 |
commit | 87d23597f9008c39e18ae679ca5aa5fbe6174ae9 (patch) | |
tree | 3c781feab0b39eb1ec0cd2f6a593d61c886fc2eb /.gitignore | |
parent | cdbae712a2234e2b1f6b05ceece91ed2573a4a11 (diff) | |
parent | a46b2859c758ec9a4687729b170fb20bb2268b5b (diff) |
Merge pull request #1 from navanchauhan/jcreany
Jcreany
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +#AutoAid +poetry.lock +package-lock.json +env/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |