# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git/modules/
.pydevproject
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Virtual Environments
.venv/
venv/
env/
ENV/

# Rust
target/

# Documentation
docs/_build/

# pytest
py_tests/data/

# Traj-dist submodule
traj-dist/.venv/
traj-dist/build/

# Temporary and local files
*.tmp
*.temp
.local

# Wheel packages built by cibuildwheel
wheelhouse/

# Benchmark output
benchmark_output/

# mkdocs
site/