# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
.venv-ifc/
venv/
env/

# Coverage
.coverage
coverage.xml
htmlcov/

# pytest
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# uv
# uv.lock is committed intentionally

# Windows NTFS alternate data streams
*:Zone.Identifier
*.Zone.Identifier
*\:Zone.Identifier

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
