# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
*.manifest
*.spec

# Virtual environments
venv/
ENV/
env/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Package managers
pip-log.txt
pip-delete-this-directory.txt

# Distribution / packaging
.Python
develop-eggs/
downloads/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
.env
