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

# Virtual environments
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checkers
.mypy_cache/

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

# Distribution
*.tar.gz
*.whl
MANIFEST

# Package managers
uv.lock
poetry.lock

# Misc
*.log
testik.py
typeforce_prompt.md
