# Python bytecode and caches
__pycache__/
*.py[cod]

# Virtual environment
.venv/

# Editable install metadata
*.egg-info/

# Tool caches
.pytest_cache/
.mypy_cache/

# Local environment files
.env

# Editor/OS noise
.DS_Store

# Dist and build artifacts
dist/
build/
*.egg

# Version info
__version__.py

# Logs
*.log
logs/