.env
.build/
# IDE settings
.vscode/
.vscode/settings.json
.claude/

# Python version files (causes conflicts with pyenv)
.python-version

# System files
.DS_Store

# Python files
*.pyc
*.pyo
__pycache__/
.hypothesis/
.pytest_cache/
venv/
env/

# Temporary files
cache/
.cache/
temp/
.tmp/
tmp/
node_modules/
.venv
out/
output/
.address_registry_cache.json
