diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a928af98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Virtual environment +venv/ +env/ +ENV/ + +# Python bytecode +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python + +# Distribution / packaging +dist/ +build/ +*.egg-info/ + +# Generated files +uploads/ +transcripts/ +thumbnails/ + +# Personal data +cookies.txt + +# OS specific +.DS_Store +Thumbs.db + +# IDE specific files +.idea/ +.vscode/ +*.swp +*.swo + +# Environment variables +.env \ No newline at end of file