diff --git a/.gitignore b/.gitignore index 6cf101a..3b0c820 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,42 @@ __pycache__ venv logs modelfile -research_session_* \ No newline at end of file +research_session_* + +# Python +__pycache__/ +*.py[cod] +*$py.class + +# Virtual Environment +venv/ +env/ +.env + +# IDEs and Editors +.vscode/ +.idea/ +*.swp +*.swo + +# OS generated files +.DS_Store +Thumbs.db + +# Logs +*.log + +# Model files (if they're large, you might want to exclude them) +*.gguf + +# Distribution / packaging +dist/ +build/ +*.egg-info/ + +# Jupyter Notebook +.ipynb_checkpoints + +# Other +*.bak +*.tmp