.DS_Store
*.py[cod]
*#*
*.swp
*.ropeproject

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt
Pipfile
Pipfile.lock

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# ipython checkpoints
.ipynb_checkpoints

# virtualenv
env
env_*

# pycharm
.idea

# VS Code
.vscode/
.eggs
venv/
pip-wheel-metadata/
tags

# Things specific to this project
cvxpy/version.py

# Hypothesis testing
.hypothesis/
.aider*
