node_modules/
dist/
build/
cache/
artifacts/
typechain-types/

# Circuit build artifacts
*.r1cs
*.wasm
*.zkey
*.wtns
*.sym
*.json.gz

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Hardhat
cache/
artifacts/

# Coverage
coverage/
coverage.json

# Python
__pycache__/
*.pyc
venv/
.venv/
