# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/

# Virtual environments
.env
.venv
env/
venv/

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

# Package specific
test_data/
schubmult.egg-info/
src/schubmult/_version.py

# Logs
log/
logs/
*.log

# LaTeX auxiliary files
*.aux
*.bbl
*.blg
*.log
schubert_bialgebra.out
schubert_bialgebra.synctex.gz
*.aux
*.bbl
*.blg
*.synctex.gz
*.out

# Old package structure cache directories
schubmult/__pycache__/
schubmult/sage_integration/__pycache__/
schubmult/sage_integration/floif.ipynb
schubmult/schubmult_double/__pycache__/
schubmult/schubmult_py/__pycache__/
schubmult/schubmult_py/build/
schubmult/schubmult_py/dist/
schubmult/schubmult_py/schubmult_py.spec
schubmult/schubmult_q/__pycache__/
schubmult/schubmult_q_double/__pycache__/
schubmult/schubmult_q_yz/__pycache__/
schubmult/schubmult_yz/__pycache__/
schubmult/schubmult_yz/build/
schubmult/schubmult_yz/dist/
schubmult/tests/__pycache__/
