# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# agentbudget runtime data (not committed — per-user local storage)
# ~/.agentbudget/ is outside the repo, this is just a note

# Build artifacts
*.whl
*.tar.gz

# uv lock file — not committed for libraries (only for applications)
uv.lock
