# Python cache
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# Test/coverage output
.pytest_cache/
htmlcov/
.coverage

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

# Editor config
.vscode/

# OS
.DS_Store 