# Python-generated files
__pycache__/
*.py[oc]
wheels/

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
*.egg-info/
.installed.cfg
*.manifest


# Pytest cache
.pytest_cache/

# Virtual environment
.env/
venv/
.pypirc

# IDE specific files
.vscode/
.idea/

# Operating System files
.DS_Store
Thumbs.db

.old/
.test/