diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8dbf9d --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Byte-compiled / optimized files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +dist/ +build/ +*.egg-info/ +*.egg + +# Virtual environments +venv/ +venv390/ +venv310/ +env/ +.env/ + +# IDE specific files +.idea/ +.vscode/ + +# Logs and databases +*.log +*.sqlite3 + +# OS specific files +.DS_Store +Thumbs.db + +# Unnecessary scripts +temp_*.sh
\ No newline at end of file |