diff options
author | Karel Kočí <cynerd@email.cz> | 2021-11-18 17:33:54 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-11-18 17:33:54 +0100 |
commit | 3a3043e4ae061d30b30fdb0766d9021e9cedc573 (patch) | |
tree | a6bf4a7d872b7aa289bb5c81c1e851a933b678e6 /gitignore | |
parent | 02a197bec00000a2320395b3f12c7a4c39a738d1 (diff) | |
download | myconfigs-3a3043e4ae061d30b30fdb0766d9021e9cedc573.tar.gz myconfigs-3a3043e4ae061d30b30fdb0766d9021e9cedc573.tar.bz2 myconfigs-3a3043e4ae061d30b30fdb0766d9021e9cedc573.zip |
gitignore: add some python ignores
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,5 +13,8 @@ .ccls-cache/ compile_commands.json -# Common python environment directory +# Python development +__pycache__/ +*.py[cod] /env +*.egg-info |