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

# Virtual environments
venv/
env/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Build & distribution
dist/
build/
*.egg-info/
*.egg
.wheels/

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover

# Linting & formatting
.ruff_cache/
.mypy_cache/

# Project-specific
.well-known/
*.log
