# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

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

# Local environments and secrets
.env
.venv/
.venv*/

# OS/editor noise
.DS_Store
.idea/
.vscode/

# Legacy
legacy_packages/

# Misc
node_modules/
target/
