# 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/
**/**.egg-info/
.installed.cfg
**/**.egg
MANIFEST
torchxai.egg-info

# Virtual environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# PyInstaller
#  Usually these files are written by a python script from a template
*.manifest
*.spec

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

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

# Jupyter Notebook
.ipynb_checkpoints

# IDEs
.idea/
*.sublime-workspace
*.sublime-project

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/

# Pyright
pyrightconfig.json

# Local scripts / config files
*.env
cache/

**/**dev
**/**_dev
**/**.dev
**/**yarn.lock
**/**node_modules
**/**dist
**/**.venv
**/**__pycache__
**/**pages/site
