# Python cache files
__pycache__/
*.py[cod]
*$py.class

# Distribution/packaging
dist/
build/
*.egg-info/

# Virtual environments (if you're using any)
venv/
env/
.env/
.venv/

# IDE specific files
.idea/
.vscode/
*.swp
.DS_Store

# Local testing folders
balancr_results/
examples/
.coverage
