__pycache__/
*.py[cod]
*$py.class

build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/

.venv/
venv/
env/
ENV/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/

.pyre/
.pytype/

.python-version
.poetry/
poetry.lock
Pipfile.lock
pdm.lock

.vscode/
.idea/
*.swp
*.swo
*~

.DS_Store
Thumbs.db
Desktop.ini

.ipynb_checkpoints/

*.log
tmp/
temp/
*.tmp

.env
.env.*
*.pem
*.key
*.p12
release.sh
requirement.txt
skills/