57 lines
653 B
Plaintext
57 lines
653 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Python cache and tooling
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.python-version
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Local IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
# Local database
|
|
app_presensiku.sqlite3
|
|
*.sqlite3
|
|
|
|
# Machine learning artifacts
|
|
models/
|
|
experiment_logs/
|
|
|
|
# Generated datasets
|
|
dataset/Dataset_Preprocessed/
|
|
dataset/Dataset_Raw/
|
|
|
|
# Test and coverage output
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Jupyter notebooks checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
*.md
|
|
sas.sql
|
|
SQL_INSERT_USERS_STUDENTS.sql
|
|
*.ps1
|
|
|
|
attendance_pictures/ |