# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyCharm
.idea/

# VS Code
.vscode/

# macOS
.DS_Store

# Testing
.coverage
.pytest_cache/
htmlcov/

# Mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Distribution / packaging
.Python
*.egg-info/
dist/
build/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environments
.env
.venv
env/
venv*/
ENV/
env.bak/
venv.bak/

# Recordings (large files)
recordings/
exports/

# Temporary files
*.tmp
*.bak
*~

# PyPI Publishing
.secrets
setup-pypi-tokens.sh