.cursor/
.vscode/
.env
.env.*
.DS_Store
dev/
.pypirc

# build artifacts
dist/
build/
*.egg-info/

# virtual envs
.venv*/
venv/