# Cache directory (downloaded private repo) cache/ # Python cache __pycache__/ *.pyc *.pyo *.pyd .Python # Environment files .env .venv env/ venv/ # IDE files .vscode/ .idea/ *.swp *.swo # OS files .DS_Store Thumbs.db # Logs *.log logs/ # Temporary files *.tmp *.temp