# macOS
.DS_Store

# Python
.env
__pycache__/
*.py[cod]

# IDE/Editor specific (Optional but good)
.vscode/
.idea/

# Virtual Environments (IMPORTANT!)
.venv/
venv/
env/
*.venv/
clap-test/ # Or whatever you named your conda test env if created inside the project

# Build artifacts (Recommended)
dist/
build/
*.egg-info/