# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Tools
.ruff_cache/
.pytest_cache/
.mypy_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Environment
.env
