# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Type checking
.mypy_cache/
.pytype/
.dmypy.json

# Development
*.log
.DS_Store

.venv
