# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Build artifacts
build/
dist/

# Virtual environments
.venv/
venv/
env/

# Local files
.env
.DS_Store
