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

# C extensions
*.so

# Distribution / packaging
*.egg
*.egg-info
build/
dist/
*.tar
*.tgz
*.tar.gz

# Version file
infinity_grid/_version.py

# Environments
.env
.venv

# Jupyter Notebook
.ipynb_checkpoints

# Logs
*.log

# Miscellaneous
.DS_Store
.vscode/
del/
del.*
*tar.gz
uv.lock
.cache/

# Unit test / coverage reports
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.pytest_cache/
pytest.xml

# Sphinx documentation
doc/_build/

# CSV and pickle files
*.csv

# Other artifacts
*.sqlite*
*sqlite*
*.sqlite-journal
