# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.bak

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

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

# Documentation builds
docs/_build/
docs/_static/
docs/_templates/

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/

# Pre-commit
.pre-commit-config.yaml

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints/

# Distribution / packaging
*.whl
conops/_version.py

# JSON files
*.json
