Create a .gitignore file to ignore common Python and IDE files. ## Acceptance Criteria - .gitignore file added - Ignores Python cache files - Ignores virtual environments - Ignores IDE files Note: A basic .gitignore already exists but can be enhanced.
Create a .gitignore file to ignore common Python and IDE files.
Acceptance Criteria
Note: A basic .gitignore already exists but can be enhanced.