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

# Python
__pycache__/
*.pyc
*.pyo

# Test / output
.pytest_cache/
out/
out_test/
out_test2/

# IDE
.vscode/
.idea/

# Env
.venv/
*.env
