diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..859e3bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +*.egg-info/ +dist/ +build/ +.venv/ +venv/ +env/ +ENV/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store + +# Docker +*.log + +# OS +Thumbs.db +.DS_Store + +# Generated scripts (optional - remove if you want to track them) +*.sh +!templates/*.sh.j2