/target/
__pycache__/
*.pyc
*.pyo
*.so
*.dylib
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/

# Environment variables
.env
.env.*
