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

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.so

# Virtual environments
venv/
.venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
.eggs/
*.egg

# Misc
.DS_Store
*.log
