# Python
__pycache__/
*.egg-info/
/dist/
.DS_Store
.env
.venv/

# Infrastructure
Pulumi.dev.yaml

# Documentation
/docs/_build/

# Cython and test_build directory
*.so
*.c
*.cpp
*.o
test_build/
