# Python
*.py[cod]
__pycache__/
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
*.manifest
*.spec

# C++ build
build/
*.o
*.a
*.so
*.dylib
*.dll

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
venv/
env/
ENV/

# pip
pip-log.txt
pip-delete-this-directory.txt

# Distribution
*.whl
*.tar.gz

venv/

