48 lines
399 B
Plaintext
48 lines
399 B
Plaintext
# Archive
|
|
.archive/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sensitive
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
credentials*
|
|
secrets*
|
|
*.env.*
|
|
|
|
# Data (large feature files — regenerate via scripts)
|
|
features/*.npz
|
|
features/*.npy
|
|
|
|
# Outputs
|
|
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
|
|
# Conda
|
|
.python-version
|