# Virtual environments
.venv/
venv/
env/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Node
node_modules/

# OS
.DS_Store
Thumbs.db
