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

# Python environments
venv/
env/
.venv/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
