# Virtual environments
venv/
.venv/
.env/

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

# Python cache
__pycache__/
*.py[cod]

# Test caches
.pytest_cache/
.coverage

# macOS
.DS_Store

# Editors
.vscode/