# Byte-compiled / caches
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build / distribution
build/
dist/

# Environments
.venv/
venv/
.env

# Tooling / IDE
.idea/
.vscode/
