# Byte-compiled / __pycache__ __pycache__/ *.py[cod] *$py.class # Distribution / packaging *.egg-info/ # Let egg-info stay if inside src/ — pip needs it. Better: just no. *.egg-info/ dist/ build/ # Environment .env *.env.local # Session files (contains tokens!) matrix_sessions/ # Testing .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db