diff options
| -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 |
![]() |
index : myconfigs | |
| My personal configurations. Feel free to inspire yourself. | Cynerd |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | gitignore | 5 |
@@ -13,5 +13,8 @@ .ccls-cache/ compile_commands.json -# Common python environment directory +# Python development +__pycache__/ +*.py[cod] /env +*.egg-info |