# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Build and distribution
build/
dist/
wheels/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Tool caches
.ruff_cache/
.mypy_cache/

# IDE and OS files
.idea/
.vscode/
*.swp
.DS_Store

# Secrets and logs
*.log
*.env
secrets.toml

# UV files
uv.lock