# Python bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

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