# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Empirical testing
___*.py
/assets

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/
docs/api/
# TODO
#  Documentation is in progress; we are hiding it for now
docs/
output_dir

# PyBuilder
.pybuilder/
target/

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Package managers
# Poetry
poetry.lock
.poetry/
poetry.toml

# pipenv
Pipfile.lock

# UV
uv.lock

# pdm
pdm.lock
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582
__pypackages__/

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
ty.toml

# Linting and formatting
.ruff_cache/
.flake8
.pylintrc

# IDE settings
.idea/
.vscode/
*.swp
*.swo

# Cython debug symbols
cython_debug/

# AI
.qodo
