# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# C extensions
*.so
*.dll
*.dylib
*.c

# Distribution / packaging
.Python
build/
dist/
sdist/
wheels/

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.envrc
.venv
env/
venv/

# PyPI configuration file
.pypirc


# other 
.DS_Store
