# Build artifacts
dist/
dist2/
dist_test/
*.egg-info/
*.egg
*.whl
*.tar.gz

# Virtual environment
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/