56 lines
582 B
Plaintext
56 lines
582 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.env
|
|
node_modules/
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
!static/build/
|
|
!static/build/**
|
|
*.egg-info/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Data and Reports
|
|
*.csv
|
|
*.png
|
|
!static/logo.png
|
|
*.docx
|
|
|
|
# Agent Skills
|
|
.agents/
|
|
.agents
|
|
|
|
# Local Tracker & AI Workspace
|
|
.scratch/
|
|
.gemini/
|
|
|
|
# SSL certs (private keys)
|
|
certs/*.pem
|