Files
offerpai_python_ai/.gitignore
T
2026-03-13 13:51:51 +08:00

58 lines
529 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
MANIFEST
.env
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Project specific
app/token_cache.json
test/recordings/
test/resume/
*.log
# System files
.DS_Store
Thumbs.db
.directory
# Jupyter Notebook
.ipynb_checkpoints
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/