# Generated by Cargo
/target/
# Cargo.lock is included for binary crates
# Uncomment if this is a library crate
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Node
node_modules/
dist/
coverage/
# Python
__pycache__/
*.py
*$py.class
*.egg-info/
.eggs/
*.egg
.coverage
.pytest_cache/
htmlcov/