# Python
**/__pycache__/
**/*.pyc
*.egg-info
/.pytest_cache/
/.eggs/
/build/
/dist/

# Build artifacts
python/urlquote/urlquote/

# Rust Build artefact
/target/