# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/

# Environment and secrets
.env
.env.local
*.pem
secrets/

# IDE and OS
.idea/
.vscode/
.DS_Store
*.log

# Build and test
dist/
build/
.coverage
htmlcov/
