# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

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

# Local/editor files
.DS_Store
*.swp
*.swo
.idea/
.vscode/

# Environment and secrets
.env
.env.*
!.env.example

# Logs
*.log
