sandpypi/.gitignore
Stan44 d05e64839f - gravity and physics are the same thing now.
- __init__.py added to all folders
- preparing docs
- .gitignore updated
- .vscode/settings.json updated
- mypy.ini updated
- pyproject.toml updated
- plansandideas/Coding optimization plan.md added
- plansandideas/REORGANIZATION.md added
- scripts/lint.py added
- scripts/setup_dev.py added
- requirements-dev.txt added
- and more.
2025-01-05 03:35:17 -06:00

54 lines
412 B
Plaintext

# Python
__pycache__/
.mypy_cache/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv/
.*_venv/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
unittest/
.pytest_cache/
# Distribution
dist/
build/
*.exe
# Logs
logs/
*.log
livenotes.txt