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

# Environments — any venv-shaped directory, however it is named
.venv*/
venv*/
env/
env[0-9]*/
.direnv/
.python-version

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# vibewithai
*.vibe.bak
.vibewithai-cache/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Credentials — never commit
.pypirc
credentials.toml
*.key
.env
