# Environment
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# UV / venv
.venv/
venv/
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.pyright/
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs
*.log
logs/

# Matrx Temp Files
temp/*
!temp/.gitkeep