# Virtual environment
.venv/

# IDE
.vscode/

# Python cache
__pycache__/

# Test cache
.pytest_cache/

# Build artifacts
dist/
*.egg-info/

# OS
.DS_Store
