In Unix, files and directories beginning with a period usually contain settings for a specific program/a series of programs. Dot files are usually hidden from the user, so you would need to run ls -a to see them.

An example of a dot file is [.bash_history](<http://unix.stackexchange.com/a/145254>), which contains the latest executed commands, assuming the user is using Bash.

There are various files that are sourced when you are dropped into the Bash shell. The image below, taken from this site, shows the decision process behind choosing which files to source at startup.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/67e9ab2c-fd0d-419c-8d32-0ca316df5bde/Untitled.png