# Build artifacts
dist/

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
venv/
.pytest_cache/

# Node
node_modules/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Test artifacts
*.log
