# all that start with a dot except .gitignore
.*
!.gitignore

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Rust-generated files
/target/
temp/

# lock files
**/**.lock

translations