# Python bytecode
__pycache__/
*.py[cod]

# Build + packaging
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Env
.env
