# The purpose of `.gitignore` file is to specify intentionally untracked files 
# or directories that Git should ignore, preventing them from being included in 
# version control.

# Compiled class files
*.class

# Exclude /build file directory
/build

# OS files
.DS_Store 

# Ignore text files (Input and Output text files)
*.txt