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

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

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