# temp files .DS_Store # IDE files .vscode/ .idea/ # Python files __pycache__/ *.pyc *.pyo # Virtual environments env/ .venv/ # environment variables .env # github instruction files .github/instructions/