# Build artifacts
dist/
bin/
*.exe
*.dll
*.so
*.dylib

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

# IDE & System
.DS_Store
.idea/
.vscode/
