# Virtual environments
.venv/
venv/
env/

# Cache directories
__pycache__/
*.pyc

# Compiled C++ files (binaries)
*.so
*.pyd
*.dll
*.o

# Temporal directories created by scikit-build-core or pip
build/
dist/
*.egg-info/
.pytest_cache/
.nox/

# Output folder
outputs/

# Other files
.python-version
