diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7c15c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore __pycache__ directories +__pycache__/ + +# Ignore everything +* + +# But allow these file types +!*.py +!*.bat +!*.txt +!*.md +!LICENSE + +# Don't ignore .gitignore +!.gitignore