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

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

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

# Virtual environments
.venv/
venv/
env/

# Editors / OS
.idea/
.vscode/
.DS_Store
