# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.env
.venv/
venv/

# Logs and caches
*.log
.mypy_cache/
.pytest_cache/
.ipynb_checkpoints/

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

# IDE and editor settings
.vscode/
.idea/

# Poetry
poetry.lock