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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Caches
__pycache__/
*.pyc
*.pyo
*.pyd
.mypy_cache/
.ruff_cache/

# Environments
.venv/
venv/
env/

# Editor
.idea/
.vscode/
*.swp
.DS_Store
