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

# C extensions (compiled object/library intermediates live under build/, already ignored;
# *.obj is intentionally NOT ignored here so Wavefront .obj mesh data can be tracked)
*.so
*.pyd
*.dll
*.dylib

# Distribution / packaging
.Python
env/
build/
_build/
**/build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# mkdocs documentation
site/

# local dev build helpers (machine-specific vcvars/python paths) + root scratch
/build_stage6.bat
/build_uv.bat
/_*.py

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# PyCharm project settings
.idea/

# mkdocs documentation
/site

# mypy
.mypy_cache/

# ------------------------------------------------------------------------------
# compas
# ------------------------------------------------------------------------------

dist/docs

generated/

*.3dmbak
*.rhl

libs/**
!libs/PLACEHOLDER

temp/**
!temp/PLACEHOLDER

src/.build/**

# data/

*.tar.gz

*.pickle

*.DS_Store

.vscode

docs/api/generated/

scripts/

.ruff_cache

# ------------------------------------------------------------------------------
# cmakelists
# ------------------------------------------------------------------------------

# External dependencies
ext/**
external/
**/external/

# ------------------------------------------------------------------------------
# cibuildwheel
# ------------------------------------------------------------------------------

wheelhouse
wheelhouse/**