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

# Build artifacts
build/
dist/
*.whl

# Virtualenvs
.venv/
venv/
env/

# Caching
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# Env
.env
.env.local

# macOS AppleDouble
._*
.DS_Store
