# Build artifacts dist/ build/ *.egg-info/ # Python bytecode __pycache__/ *.py[cod] # Virtual environments venv/ .env/ # System files .DS_Store Thumbs.db # VS Code .vscode/ .env.*