
# Virtualenv
/.venv/

# Regular Python bytecode file
*.pyc
__pycache__/

# Optimized Python bytecode file
*.pyo

# Vim's swap files
*.sw[op]

# VSCode settings file
.vscode/

# PyCharm settings file
/.idea/


# Files generated by setup.py
dist/
build/
sympy.egg-info/


# Built doc files (cd doc; make html)
doc/_build/
doc/sphinx/

