# Rust
/target/

# Python
*.pyc
__pycache__
.mypy_cache
.venv

# General
.DS_Store
*.db

# Arch Linux packaging
.SRCINFO
*.pkg.tar.zst
*.pkg.tar.xz

# ignore any bytecode files
*.pyc
__pycache__

# ignore mypy files
.mypy_cache

# ignoring package source info files
.SRCINFO

# ignore python venv
.venv

# ignore specstory
.specstory