# 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/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-wheel-metadata/

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

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

# Type checker / lint caches
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Translations
*.mo
*.pot

# Django/Flask/Scrapy artifacts
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy

# Sphinx/MkDocs docs
docs/_build/
site/

# PyBuilder
target/

# Jupyter/IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# pyenv / pipenv / poetry
.python-version
pipenv.lock

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
/.pdm-build/
__pypackages__/

# IDEs / editors
.vscode/
.idea/
.ropeproject
.spyderproject
.spyproject

# celery beat schedule files
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Backup / generated files
*.swp
*.swo
*~
.DS_Store
Thumbs.db
*.orig
*.rej

# Static analysis
cython_debug/

# pixi environments
.pixi/*
!.pixi/config.toml

# Generated assets from renders
.easypour_assets/
.mdreport_assets/
.easypour_figs/
.manymark_figs/
.easypour_math/
.manymark_math/
