# macOS
.DS_Store

# Python bytecode
__pycache__/
*.py[cod]

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

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# IDE settings
.idea/
.vscode/
