# Python virtual environment venv/ .venv/ # Python cache files __pycache__/ *.pyc # Environment variables (IMPORTANT for security) .env # IDE files (optional, but good practice) .idea/ .vscode/