```gitignore # Python __pycache__/ *.pyc *.pyo *.pyd # Environment .venv/ venv/ env/ # Logs *.log # Temporary files *.tmp *.swp *~ ```