# Python bytecode and cache __pycache__/ *.py[cod] *.pyo # Virtual environments .venv/ venv/ .envrc # Environment & secret files .env .env.* *.env *.env.* # Editor / IDE .vscode/ .idea/ *.swp *.swo # OS files .DS_Store Thumbs.db # Logs *.log # Misc .python-version