.venv/
__pycache__/
*.pyc
.env

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mutmut-cache
.hypothesis/

# Tooling caches
.ruff_cache/
.ty_cache/

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

# OS
.DS_Store
Thumbs.db

# Project
logs/
pytest-of-*/
.swarm/
.gemini/
.geminiignore
history.log
refactor_plugin.py
