# Cache directories
**/.ruff_cache/
**/.pytest_cache/
**/.mypy_cache/
**/__pycache__/

# Coverage reports
**/.coverage
coverage.xml
htmlcov/
pytest.xml

# IDE
.idea/
/.idea/drax-portal-app-backend.iml
/.idea/misc.xml
/.idea/modules.xml
/.idea/inspectionProfiles/profiles_settings.xml
/.idea/inspectionProfiles/Project_Default.xml
/.idea/vcs.xml
.vscode/

# Environments
.env
.venv
env/
venv/

# Build and distribution
build/
dist/
*.egg-info/

# Local
.local/

# UV
uv.lock

# Mise
.mise/

# OS
.DS_Store
Thumbs.db
