# Byte-compiled / __pycache__ __pycache__/ *.py[cod] *$py.class # Distribution / packaging *.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