# Virtual environment
pyvenv.cfg
bin
lib
share
dm_env

# Build artifacts
dist
build
*.egg-info

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Testing
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store
.AppleDouble
.LSOverride

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