diff options
author | ComradeCrow <comradecrow@vivaldi.net> | 2023-03-26 02:07:01 -0700 |
---|---|---|
committer | ComradeCrow <comradecrow@vivaldi.net> | 2023-03-26 02:07:01 -0700 |
commit | 6cbff5d60cb708eb7f1eb0a598a6bb99d4b3a9e7 (patch) | |
tree | 042004653f503b4f5b64b9337d8defbe5763c276 /.gitignore | |
parent | f12eca235e59c0ea64d2c569674ea7ad31753215 (diff) | |
download | ytcpp-6cbff5d60cb708eb7f1eb0a598a6bb99d4b3a9e7.tar.gz |
very broken
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8125bf6..6dc2dea 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ __pycache__/ # Distribution / packaging .Python build/ +bin/ develop-eggs/ dist/ downloads/ @@ -194,3 +195,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# VS Code files +.vscode/ + |