Files
2025-04-22 00:21:20 -04:00

58 lines
544 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.secrets/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
!notebooks/*.ipynb
!notebooks/notebooks/*.ipynb
# Virtual Environment
venv/
env/
ENV/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Distribution
*.tar.gz
*.whl
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local