# Python bytecode and caches
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build output
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Editor and IDE directories
.idea/
.vscode/
*.swp
