Commit d8e2664a authored by areej.mohammad's avatar areej.mohammad

Add gitignore, clean large files from history

parent 69d84830
# PCAP files (large captures)
*.pcap
**/pcaps_input/
**/pcaps_output/
# Node
**/node_modules/
**/frontend/dist/
# Spark jars (dependencies, not source)
**/spark-jars/*.jar
# Output / generated data
**/output/
**/data/
# Models
**/models/**/*.zip
**/models/**/*.parquet
**/models/*_model/
# Python
__pycache__/
*.pyc
.venv/
venv/
# Hadoop data
**/namenode-data/
**/datanode-data/
# OS / logs
.DS_Store
*.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment