# Compiled python modules
*.py[cod]
__pycache__/

# Python egg metadata
*.egg-info/
*.egg

# Build directories
dist/
build/
conda_build/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pipenv
Pipfile.lock

# poetry
poetry.lock

# pdm
pdm.lock

# pixi
.pixi
pixi.lock

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# vim editor
*.swp
