# .gitignore # Python virtual environment venv/ /venv/ *.pyc __pycache__/ # Environment variables .env # VS Code settings .vscode/