# LaTeX build artifacts
*.aux
*.log
*.bbl
*.blg
*.out
*.toc
*.synctex.gz
*.fdb_latexmk
*.fls
*.dvi
*.ps

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

# Distribution / packaging
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl

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

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

# OS files
.DS_Store
Thumbs.db

# Byte-compiled / optimized
*.so

# Jupyter Notebook
.ipynb_checkpoints/

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
