__pycache__/
*.py[cod]

#COMMON CONFIGs
.DS_Store
.src_port
.webpack_watch.log
*.swp
*.swo
.vscode/settings.json
.idea/
.vscode/
*.code-workspace
.history

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.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

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# temporary files created by linting, tests, etc
.pytest_cache/
.ruff_cache/
tests/temp/

venv/

bisect_state.json
python*
cpython*
requirements.compiled
override.txt
.coverage
coverage.xml

