# Python
__pycache__/
*.py[cod]

# Packaging
dist/
*.egg-info/

# Virtual environment
.venv/

# Environment variables
.env

# Testing
.pytest_cache/

# Linting / Type checking
.ruff_cache/
