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

# Virtual environments
.venv/
venv/
.env/

# uv
uv.lock

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
tests/test/*

# Misc
*.log
.DS_Store