ai-code-detection / .gitignore
joshnavip's picture
Initial commit: AI code detection project (without binary files)
b144cb7
Raw
History Blame Contribute Delete
277 Bytes
# Binary model files
*.pkl
*.npy
*.joblib
# Cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Data (optional - comment out if you want to include)
dataset/raw/
# State files
.states/