# Environments
.env
.env.*
!.env.example
.venv/
venv/
env/

# Python caches and tooling
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

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

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Runtime reports
/reports/

# Logs
*.log

# OS/IDE
.DS_Store
.vscode/
.idea/

# JS artifacts
node_modules/
.next/
out/
.vercel/
