#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm

##Github Python Ignore
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Compiled Object files
*.slo
*.lo
*.o


# Dependency Files
*.d

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a


.eggs/README.txt
.vscode/settings.json

# tooling caches & coverage
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.venv/
