# Virtual environment
.venv/
venv/

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

# Distribution
dist/
build/
*.egg-info/

# Ruff cache
.ruff_cache/

# pytest
.pytest_cache/

# IDE
.idea/
.vscode/
*.swp

# macOS
.DS_Store
