.pypirc
pyprojects.toml
__init__.py
setup.py
# This is a .gitignore file for Python projects
# It ignores common Python files and directories that should not be tracked by Git
# .gitignore
__pycache__/
*.egg-info/
dist/
build/
